chore(deps): update all non-major dependencies (examples & templates) (main) (patch)#7248
Merged
renovate[bot] merged 1 commit intomainfrom Apr 22, 2025
Merged
Conversation
|
Size Change: +5 B (0%) Total Size: 426 kB
ℹ️ View Unchanged
|
Pull Request Test Coverage Report for Build 14582787581Details
💛 - Coveralls |
25dff37 to
0bb49c6
Compare
0bb49c6 to
082c6a2
Compare
Lukas742
approved these changes
Apr 22, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
7.5.0->7.5.17.5.0->7.5.17.5.0->7.5.119.1.1->19.1.214.3.0->14.3.115.3.0->15.3.14.3.2->4.3.40.4.19->0.4.2015.3.0->15.3.17.5.0->7.5.1Release Notes
remix-run/react-router (@react-router/dev)
v7.5.1Compare Source
Patch Changes
react-router@7.5.1@react-router/node@7.5.1@react-router/serve@7.5.1remix-run/react-router (@react-router/node)
v7.5.1Compare Source
Patch Changes
react-router@7.5.1remix-run/react-router (@react-router/serve)
v7.5.1Compare Source
Patch Changes
react-router@7.5.1@react-router/node@7.5.1@react-router/express@7.5.1cypress-io/cypress (cypress)
v14.3.1Compare Source
Changelog: https://docs.cypress.io/app/references/changelog#14-3-1
vercel/next.js (eslint-config-next)
v15.3.1Compare Source
import-js/eslint-import-resolver-typescript (eslint-import-resolver-typescript)
v4.3.4Compare Source
Patch Changes
#442
57611d9Thanks @JounQin! - fix: add more extension aliases for ts source/declaration files#444
bd45fcdThanks @JounQin! - fix(deps): bumpunrs-resolverwhich resolves #406, #409, #437v4.3.3Compare Source
Patch Changes
834b11eThanks @JounQin! - chore: bumpunrs-resolverto v1.6.0ArnaudBarre/eslint-plugin-react-refresh (eslint-plugin-react-refresh)
v0.4.20Compare Source
as const(fixes #80)vercel/next.js (next)
v15.3.1Compare Source
remix-run/react-router (react-router)
v7.5.1Compare Source
Patch Changes
Fix single fetch bug where no revalidation request would be made when navigating upwards to a reused parent route (#13253)
When using the object-based
route.lazyAPI, theHydrateFallbackandhydrateFallbackElementproperties are now skipped when lazy loading routes after hydration. (#13376)If you move the code for these properties into a separate file, you can use this optimization to avoid downloading unused hydration code. For example:
Properly revalidate prerendered paths when param values change (#13380)
UNSTABLE: Add a new
unstable_runClientMiddlewareargument todataStrategyto enable middleware execution in customdataStrategyimplementations (#13395)UNSTABLE: Add better error messaging when
getLoadContextis not updated to return aMap" (#13242)Do not automatically add
nulltostaticHandler.query()context.loaderDataif routes do not have loaders (#13223)undefinedfrom loaders, our prior check ofloaderData[routeId] !== undefinedwas no longer sufficient and was changed to arouteId in loaderDatacheck - thesenullvalues can cause issues for this new checkcreateStaticHandler()/<StaticRouterProvider>, and usingcontext.loaderDatato control<RouterProvider>hydration behavior on the clientFix prerendering when a loader returns a redirect (#13365)
UNSTABLE: Update context type for
LoaderFunctionArgs/ActionFunctionArgswhen middleware is enabled (#13381)Add support for the new
unstable_shouldCallHandler/unstable_shouldRevalidateArgsAPIs indataStrategy(#13253)Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.